Package com.bitmovin.player.api.deficiency.exception

Types

Link copied to clipboard
class DrmLicenseKeyExpiredException(message: String?) : RuntimeException

Signals that the DRM license expired.

Link copied to clipboard
class DrmSessionException(cause: Throwable?) : Exception

Signals that an error occurred and the DRM session failed because of it. More information can be found in the cause.

Link copied to clipboard
class EmptyPlaylistException : IllegalArgumentException

Signals that the loading of a PlaylistConfig with no sources was attempted.

Link copied to clipboard
class IllegalOperationException(message: String?) : Exception

Signals that the operation is not allowed in the actual state of the object.

Link copied to clipboard
class LicenseKeyMissingException : IllegalArgumentException
Link copied to clipboard
class NoConnectionException(message: String?) : IOException

Signals that no network connection is available.

Link copied to clipboard
class UnsupportedDrmException : Exception

Signals that the used DRM technology is not supported.